runtime.notifyList.head (field)
6 uses
runtime (current package)
sema.go#L477: head *sudog
sema.go#L522: l.head = s
sema.go#L547: s := l.head
sema.go#L548: l.head = nil
sema.go#L602: for p, s := (*sudog)(nil), l.head; s != nil; p, s = s, s.next {
sema.go#L608: l.head = n
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |